Skip to content

Instantly share code, notes, and snippets.

@mattn
Created July 19, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/2d8717add426b0101fc35c54b7f09b58 to your computer and use it in GitHub Desktop.
Save mattn/2d8717add426b0101fc35c54b7f09b58 to your computer and use it in GitHub Desktop.
func foo() {
// 変数宣言
// トランスパイラはここに var を差し込むべき?
// var s
if cond {
// 更新
s = 1
}
// 存在確認
if exists('s') {
# blah blah:w
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment