Simulate Thunderclock in Slot 4

See the new sample for details/example.

Note that reading 12/24-hour time formats that have colons will not
currently work, as the colons will terminate input and result in
invisible ?EXTRA IGNORED errors.

Fixes #44
This commit is contained in:
Joshua Bell
2024-02-10 18:22:08 -08:00
parent f18ad47d1c
commit 555f8de2ae
6 changed files with 154 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ CodeMirror.defineMode('basic', function(config, parserConfig) {
"HPLOT": STATEMENT,
"HTAB": STATEMENT,
"IF": STATEMENT,
"IN#": UNSUPPORTED,
"IN#": STATEMENT,
"INPUT": STATEMENT,
"INT": FUNCTION,
"INVERSE": STATEMENT,