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

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 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.

2 participants