-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made BASIC booleans print as true and false
- Loading branch information
1 parent
324388c
commit d21714d
Showing
9 changed files
with
697 additions
and
678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
hello, world! | ||
HELLO, WORLD! | ||
|
||
GOODBYE! | ||
closed handle | ||
+0:+000: 0: 000: 0:000 | ||
-99:-099: -99:-099:-99:-99 | ||
+99:+099: 99: 099: 99:099 | ||
x xx xxxxxxx xxxxxx xxxxxxx | ||
[a] [ab] [abc ] [ abc] [ abc ] | ||
-2 -3 | ||
0.3000 | ||
0.4000 | ||
0.5000 | ||
0.6000 | ||
0.7000 | ||
0.8000 | ||
0.9000 | ||
1.0000 | ||
0 : a, b = 0 -1 | ||
1 : a, b = -1 0 | ||
2 : a, b = -1 -1 | ||
hello, world! | ||
HELLO, WORLD! | ||
GOODBYE! | ||
closed handle | ||
+0:+000: 0: 000: 0:000 | ||
-99:-099: -99:-099:-99:-99 | ||
+99:+099: 99: 099: 99:099 | ||
x xx xxxxxxx xxxxxx xxxxxxx | ||
[a] [ab] [abc ] [ abc] [ abc ] | ||
-2 -3 | ||
0.3000 | ||
0.4000 | ||
0.5000 | ||
0.6000 | ||
0.7000 | ||
0.8000 | ||
0.9000 | ||
1.0000 | ||
0 : a, b = false true | ||
1 : a, b = true false | ||
2 : a, b = true true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.