Update BASIC.ipynb

This commit is contained in:
Peter Norvig
2024-04-17 18:11:05 -07:00
committed by GitHub
parent 66e6dd9273
commit 082a0c212d

View File

@@ -392,7 +392,6 @@
" 'RETURN': [],\n",
" 'DIM': [list_of(variable)], \n",
" 'REM': [anycharacters],\n",
" 'A': []\n",
" }"
]
},