我只是想知道这个语法记录在哪里:
1 > 2 || raise("error")
我试过用它作为条件:
1 > 2 || p "test"
但它不起作用:
SyntaxError: (irb):9: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
1 > 2 || p "test"
^
from C:/Ruby193/bin/irb:12:in `<main>'