I have been having a little trouble with this page.
I wanted to create a command called div that takes two parameters a
numerator and denomenator that works as such:
div 3 15
and the return should be 5. The coding on this page is pretty poor IMO.
Atleast I'm having trouble reading it so that's nothing really new. Does a
for loop always have to be used in the command line situation?
Bill
I wanted to create a command called div that takes two parameters a
numerator and denomenator that works as such:
div 3 15
and the return should be 5. The coding on this page is pretty poor IMO.
Atleast I'm having trouble reading it so that's nothing really new. Does a
for loop always have to be used in the command line situation?
Bill
Comment