This commit is contained in:
Adam 2024-01-12 10:10:20 -05:00
parent 4185c12e15
commit a5572b2f61

View file

@ -25,14 +25,16 @@ Next up is Python:
`python test.py` `python test.py`
``` ```
if ligma = 4: File ".../test.py", line 3
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ │ ^^^^^^^^^ if ligma = 4:
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special │SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ^^^^^^^^^
SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='?
``` ```
Python caught it. Python caught it.
Next, JavaScript: Next, JavaScript:
WHY!??
`node test.js` `node test.js`
``` ```