|
|
| Author | Topic: Functions |
| Pikaflare |
Can someone give me a little help with functions? I understand it all except one thing. Parameters. How do you use them? Can someone make a small coded demo on how to use a function with a few parameters? That would help me greatly. Thanx Maxpowr |
| Alex |
If you call a function like this: msg <My lovely function said $myfunc(3;potatoes)$> then you might define it like this: define function <myfunc> |
| Alex |
(test message) |