You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
432 B
18 lines
432 B
print "Hello, world"
|
|
jump main__label_0_else greaterThanEq method 2
|
|
jump main__label_2_else notEqual method 0
|
|
message mission
|
|
jump main__label_1_endif always 0 0
|
|
main__label_2_else:
|
|
message notify
|
|
jump main__label_1_endif always 0 0
|
|
main__label_0_else:
|
|
jump main__label_4_else notEqual method 2
|
|
message toast 1
|
|
jump main__label_5_endif always 0 0
|
|
main__label_4_else:
|
|
message announce 1
|
|
main__label_5_endif:
|
|
main__label_1_endif:
|
|
end
|