This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/ttl/teraterm.ttl
2022-06-21 13:27:38 +02:00

23 lines
507 B
Turtle

messagebox "double string" "title"
messagebox "goto label /* a string */ ; same string"
a=10
b= 'abc'#$41'def'
c =#65 /* multiline comment * / * / *//*
comment */ d = 10 ; inline comment /* still inline */
e = d + 20 - (($a * 2) / 4) << 3 % (2 >> 1) + result
:thing
strcompare c "thing"
if result = 1 then
goto label_
elseif result > -1 then
goto 10
elseif d > (1+2*3)/7 then
messagebox "thing"
else
messagebox "done"
endif
if abc messagebox "thing1" "title"