I want it to have a more concise syntax (no keywords, fewer characters) but feel familiar to most programmers. All definitions use square brackets in combination with some other set of characters.
e.g.
``` [myFunc](arg1,arg2){ ?(true){ #do something }{ #do something else } } ```