|
or not at all?if conditionendelse returnor asDo you indent it as:Suppose your program has some very short actions in an if.if condition then call_my_routine() else return end
if condition then
call_my_routine()
else
return
end
if condition
then call_my_routine()
then call_my_routine()
else return
end