#!/usr/local/bin/swift let hoge = {() -> String in // 1; // print("hoge"); "HOGE" "FUGA" // return nil //2; }() print(hoge)