View this file with results and syntax highlighting here.
Throw an error if 𝕩
is not 1.
! 1
! 2
! "hello"
Throw an error with message 𝕨
if 𝕩
is not 1.
"hi" ! 1
"two" ! 2
"hello error" ! "hello"
View this file with results and syntax highlighting here.
Throw an error if 𝕩
is not 1.
! 1
! 2
! "hello"
Throw an error with message 𝕨
if 𝕩
is not 1.
"hi" ! 1
"two" ! 2
"hello error" ! "hello"