vapourlang / vapour

Typed superset of R
http://vapour.run
Apache License 2.0
190 stars 3 forks source link

Fatal - variable does not exist #28

Closed JohnCoene closed 2 months ago

JohnCoene commented 2 months ago

Fatal when a variable does not exist.

func foo(x: num): null {
  print(err)
}