Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

Let an arbitary concept be true #7

Closed Charles-Johnson closed 5 years ago

Charles-Johnson commented 5 years ago
assert_eq!(context.execute("let g"), "");
assert_eq!(context.execute("g"), "true");