entry main enable warnings //enable debugging define loadfile test.dat define version 1.2 using extendedDefine as [main] "This works!" "What's up" Ryan "Hello how are you doing?" // this is a comment Bob "I'm good you?" tester = "Hello" list,test = {{1,2+food,3},true,tester,123,"This is a string!",false, {3,2,1}},5 a = list[1] /* heheheh sdfsdf ghgfh kjuty */ hungry = (-2+4-((5*5)/sqrt(144+5)))^2*2+2 list[1] = "Hello" var1,var2 = func(1,"string", 2+5) a = 100 + func(1,"string", 2+5) + 100 func(1,"string", 2+5) ::label:: //Hello im testing stuff choice "Pick one:" "first" func() "second" func() "third" func() "forth" func() for x = 1,10 for y = 1,10 for z = 1,10 "test" "$x$ $y$ $z$" test = true test2 = false while cond ... if (func(123)!=name[1] or true == "Bob") and foodCount >= 10.34 "test=true or test2=false!" elseif cond ... else ... [Ryan:char] age = 24 money = 100 [test:env] [newblock:function()] "Test #2" "Does it parse this part properly?"