RosettaCodeData/Task/Null-object/Nim/null-object.nim

4 lines
71 B
Nim

var s: string = nil
var ns: string not nil = nil # Compile time error