Join Slack
Powered by
yeah my example might be not great. In that assert...
# language-proposals
k
kittinunf
10/26/2015, 5:17 PM
yeah my example might be not great. In that assert example, it could call as if
assert( 2 > 1, “2 is bigger than 1”)
without having to use
assert( { 2 > 1 } ) { “2 is bigger than 1” }
👍 1
Open in Slack
Previous
Next