Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Created May 30, 2019 20:02
Show Gist options
  • Save ba0f3/774c17787608a6aac586875d93d0b94f to your computer and use it in GitHub Desktop.
Save ba0f3/774c17787608a6aac586875d93d0b94f to your computer and use it in GitHub Desktop.
const NULL* = "\0"
type Row = seq[string]
let r: Row = @["qwe", NULL]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment