index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
cgi
/
cgi_stacktrace.nim
blob: e9f2f567c22f181fdeaf5745f3b3449664d0fcee (
plain
) (
tree
)
101d8bc9c
^
1
2
3
4
5
import
cgi
cgi
.
setStackTraceStdout
()
var
a
:
string
=
nil
a
.
add
"foobar"