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.
31 lines
821 B
31 lines
821 B
set main__tmp_0 "Hello, world"
|
|
print main__tmp_0
|
|
set main__tmp_2 method
|
|
set main__tmp_3 2
|
|
op lessThan main__tmp_1 main__tmp_2 main__tmp_3
|
|
jump main__label_0_else notEqual main__tmp_1 true
|
|
set main__tmp_5 method
|
|
set main__tmp_6 0
|
|
op equal main__tmp_4 main__tmp_5 main__tmp_6
|
|
jump main__label_2_else notEqual main__tmp_4 true
|
|
message mission
|
|
jump main__label_3_endif always 0 0
|
|
main__label_2_else:
|
|
message notify
|
|
main__label_3_endif:
|
|
jump main__label_1_endif always 0 0
|
|
main__label_0_else:
|
|
set main__tmp_8 method
|
|
set main__tmp_9 2
|
|
op equal main__tmp_7 main__tmp_8 main__tmp_9
|
|
jump main__label_4_else notEqual main__tmp_7 true
|
|
set main__tmp_10 1
|
|
message toast main__tmp_10
|
|
jump main__label_5_endif always 0 0
|
|
main__label_4_else:
|
|
set main__tmp_11 1
|
|
message announce main__tmp_11
|
|
main__label_5_endif:
|
|
main__label_1_endif:
|
|
end
|