Next: Lexical Syntax, Previous: Storage, Up: Top [Contents][Index]
So far we’ve presented programs that operate on integers. In this chapter we’ll present examples of handling non-integral numbers and arrays of numbers.
• Float Example | A function that uses floating-point numbers. | |
• Array Example | A function that works with arrays. | |
• Array Example Call | How to call that function. | |
• Array Example Variations | Different ways to write the call example. |