/* This is a test multiline comment */ // this is a test single line comment my-object := Object new; my-object var := 2; // in-line comment test 3; 3.5; .5; -i9; i8; 3e3; 6.7E10; 89e3; 8i; 0x45; 0xFFFFFA; 0xDEADBEAF 0c443; 0c999; #symb value := "Multi-line string test"; "string with \n an escape"; my-object someMethod := lambda (arg1 arg2 arg3) [ self test := "Hello, world!"; ];