Isn't the braces "skin" supported?
    
    
    #? braces
    
    proc main() {
      echo("Hello");
    }
    
    when (isMainModule) {
      main();
    }
    

Reply via email to