make sure null won't get assigned a value

This commit is contained in:
Daniella / Tove 2023-04-08 20:24:07 +02:00
parent 77d26c47cf
commit 33352ad163
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -1,6 +1,8 @@
def null
func =null { | pop
"`null` must not be assigned a value!" panic
}
def program-name