mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
add debug mode
This commit is contained in:
15
examples/bad.pork
Normal file
15
examples/bad.pork
Normal file
@ -0,0 +1,15 @@
|
||||
func depth(i: int32) {
|
||||
println("Depth: ", i)
|
||||
}
|
||||
|
||||
export func main() {
|
||||
if true {
|
||||
false
|
||||
}
|
||||
|
||||
if false {
|
||||
true
|
||||
}
|
||||
|
||||
return println("uhm, bad")
|
||||
}
|
Reference in New Issue
Block a user