stdlib: Implement error() function.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 20:38:51 +0000 (20:38 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 20:38:51 +0000 (20:38 +0000)
commit22e06eac0cf27c97056bb9e2f4fe7e45f7f1a474
tree8d96ccd93e03817e350d453ca8c0810c49635cd2
parent915b9bff547705bf9df287ffb2a057eeaec4ca02
stdlib: Implement error() function.

Currently not very useful because we lack conditionals, but
it could be useful if those were implemented.
docs/Goalfile.pod
stdlib/prelude.gl
tests/10-function-error.gl [new file with mode: 0644]
tests/10-function-error.sh [new file with mode: 0755]