Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null #83

Merged
merged 5 commits into from
Jun 22, 2021
Merged

Null #83

merged 5 commits into from
Jun 22, 2021

Conversation

skx
Copy link
Owner

@skx skx commented Jun 22, 2021

Support the null keyword, which allows usage like this:

a = [ "foo", null, "OK" ];
let i = 0;
     for( i < len(a) ) {
        puts( "Array index ", i, " contains ", a[i], "\n");
        i++
     }

Or

 
a = null;
puts( a, null, "\n" );

@skx skx merged commit 0152ee9 into master Jun 22, 2021
@skx skx deleted the null branch June 22, 2021 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant