Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Null#83

Merged
skx merged 5 commits intomasterfrom
null
Jun 22, 2021
Merged

Null#83
skx merged 5 commits intomasterfrom
null

Conversation

@skx
Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant