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`
```
File ".../test.py", line 3
if ligma = 4:
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ │ ^^^^^^^^^
" 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.
Next, JavaScript:
WHY!??
`node test.js`
```