Skip to content

Instantly share code, notes, and snippets.

@xZise
Created October 8, 2013 12:11
Show Gist options
  • Select an option

  • Save xZise/6883707 to your computer and use it in GitHub Desktop.

Select an option

Save xZise/6883707 to your computer and use it in GitHub Desktop.
test script for testing if/when issues in kOS 0.83
until (false) {
set x to eta:apoapsis.
print x.
if eta:apoapsis > 10 { print "if.". }.
when eta:apoapsis > 10 then print "when.".
if x > 10 { print "ifx.".}.
when x > 10 then print "whenx.".
wait 5.
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment