Hi all brothers,
Please give me some idea how to use AND and OR in java.
Thanks
Please give me some idea how to use AND and OR in java.
Thanks
if "foo" then ... # true, so the then branch is evaluated
'foo "test" = if foo then ... # true, so the then branch is evaluated
if "foo" then ... # true, so the then branch is evaluated
'foo "test" = if foo then ... # true, so the then branch is evaluated
'baz 'if then "foo" else "bar" end = 42 baz
'baz 'if then "foo" else "bar" end = 42 baz
Comment