Add wildcards to the delete function.
See commits
I like the idea of wildcards more generally. Like it could have its own section.
const const player* = "Lu"!
print(player1)! // Lu
print(player2)! // Lu
u know what i mean
What if someone does const const const * = x! ? does that just break variables forever?
What if someone does
const const const * = x!? does that just break variables forever?
- There is still var
- If before you had
const const x = const *!it just does nothing - If before you had
const const x = var *!it just means every const you do is not const but var (ie:const const y = 1!==var var y = 1!)
I did not mean x, was using it as a placeholder. Like what about const const const * = 1!
I did not mean x, was using it as a placeholder. Like what about const const const * = 1!
I am using it as a placeholder too.
const const 1 = var *!
const const const * = 1!
const const 2 = thing! // works like `var var 2 = thing!`
I forgot you could redefine numbers
Is there anything you can't?
Is there anything you can't?
no you can redefine everything