Skip to content

Commit

Permalink
Add 'None' builtin constant
Browse files Browse the repository at this point in the history
This is a standard Python constant

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Jun 26, 2019
1 parent a8e190b commit 70cf1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snek-base.builtin
Expand Up @@ -20,3 +20,4 @@ True, -2, 1
ord, 1
chr, 1
math.sqrt, 1
None, -2, SNEK_NULL

0 comments on commit 70cf1be

Please sign in to comment.