Previous: foreach | Keywords | Next: formline |
The format command declares a picture format for use by the write function.
format
format Something =
Test: @<<<<<<<< @||||| @>>>>>
$str, $%, '$' . int($num)
.
$str = "widget";
$num = $cost/$quantity;
$~ = 'Something';
write;
Previous: foreach | Keywords | Next: formline |