1
0

演算順位を修正

This commit is contained in:
otya128
2015-06-09 21:27:31 +09:00
parent 9794c2f01c
commit 2e9e966f0b
2 changed files with 18 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ FOR I=0 TO 100
ENDIF
ENDIF
NEXT
?1 AND 1 OR 1 AND 0
?(1 OR 2 XOR 3)
?(1 OR 2 XOR 3 OR 4)
?@HELLOWORLD
GOSUB @A
END