Last active
June 27, 2023 13:01
-
-
Save GamePlayer-8/3f1f222dead288e7cd1f710531ff8e24 to your computer and use it in GitHub Desktop.
CodeToQuery example script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Comment | |
;/ | |
Long comment | |
/; | |
catch['assembly'] ;base library load | |
set[x]=calc[1 + 1].set[y]=calc[get[x] - 5] | |
;memdrop['assembly'] ;ignore that line | |
catch['require' 'syntax' 'math' 'io' 'state' 'bool'] | |
if[get[x] = = get[y] \ | |
set[x]=calc[0] | |
else[\ | |
set[y]=calc[get[x] - 1] | |
] | |
] | |
def['loop_it' \ | |
'jumpset['1'].print[get[x]].print[get[y]].jumpon['1']' | |
] | |
loop_it[] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment