DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

proc_name doesn't work for const/statics, even inside of a procedure #141

Closed DenialAdams closed 2 months ago

DenialAdams commented 3 months ago
proc main() {
    static Y: String = proc_name();
}

not necessarily very important, but nonetheless..

DenialAdams commented 2 months ago

i don't plan on changing this