Skip to content

Instantly share code, notes, and snippets.

@GamePlayer-8
Last active June 27, 2023 13:01
Show Gist options
  • Save GamePlayer-8/3f1f222dead288e7cd1f710531ff8e24 to your computer and use it in GitHub Desktop.
Save GamePlayer-8/3f1f222dead288e7cd1f710531ff8e24 to your computer and use it in GitHub Desktop.
CodeToQuery example script.
;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