Created
May 30, 2019 20:02
-
-
Save ba0f3/774c17787608a6aac586875d93d0b94f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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