spl
systems programming language
git clone
http://frotz.net/git/spl.git
Log
|
Files
|
Refs
|
README
|
LICENSE
2030-err-bad-break.spl (25B)
1
2
fn nogood() {
3
break;
4
}