Update autocomplete list

This commit is contained in:
Alan Bernstein 2017-05-09 17:53:47 -05:00
parent 43dac449b0
commit 742ca5d18f

View file

@ -20,7 +20,8 @@ class REPL {
// keyword: length of substring that comes after cursor
"SetBit()": 1,
"ClearBit()": 1,
"SetBitmapAttrs()": 1,
"SetRowAttrs()": 1,
"SetColumnAttrs()": 1,
"Bitmap()": 1,
"Union()": 1,
"Intersect()": 1,