Benny Simonsen
18 years ago
Hey
I have a simple question,
I want to execute two commands if an if evaluates to true:
(if (equal "1" "1")
{
(true_comand 1)
(true_command 2)
}
(false_command)
)
But the {} don't give a "block".
How is it done in elisp?
/Benny
I have a simple question,
I want to execute two commands if an if evaluates to true:
(if (equal "1" "1")
{
(true_comand 1)
(true_command 2)
}
(false_command)
)
But the {} don't give a "block".
How is it done in elisp?
/Benny