From 70fe9266ce1ccb4fe964b831a7ab61f0d6262111 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 16 Dec 2014 00:58:36 -0400 Subject: + Strings now have escape characters. + Characters have been added. % Unicode support is missing... --- test2.lang | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test2.lang') diff --git a/test2.lang b/test2.lang index 0c6eeb342..0308a745f 100644 --- a/test2.lang +++ b/test2.lang @@ -30,9 +30,11 @@ (def (main args) (if true (do (_. (_.. System out) (println true)) - (_. (_.. System out) (println 1)) + (_. (_.. System out) (println (another/id 1))) (_. (_.. System out) (println 2.3)) - (_. (_.. System out) (println "string"))) + (_. (_.. System out) (println #"Y")) + (_. (_.. System out) (println "this\tis a\nstring")) + ) (_. (_.. System out) (println "FALSE")))) ## All of these work :D -- cgit v1.2.3