Tips


The END proc statement can be followed by a comment

For instance:

entry e_store
store
if ($status) done
commit
end that was the store proc

I do not recommend exploiting this, since it is undocumented behavior, but can lead to confusion if 'code' is placed here.