Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Roondak on October 22, 2013, 02:23:16 am

Title: [Nspire] Func EndFunc
Post by: Roondak on October 22, 2013, 02:23:16 am
On the Nspire, there's an option to add a Func...EndFunc into your program. My question is why? Can I use it to define a multiline function in my program or function?

Was wondering this because functional programming.
Title: Re: [Nspire] Func EndFunc
Post by: Adriweb on October 22, 2013, 04:31:40 am
No, in fact its purpose is that you can can define a function right from the Calculator app, which can come in handy sometimes.
However, from the program editor, you choose either one (program or function) and you'll have to stick with it :P
Title: Re: [Nspire] Func EndFunc
Post by: Roondak on October 24, 2013, 10:28:12 pm
No, in fact its purpose is that you can can define a function right from the Calculator app, which can come in handy sometimes.
However, from the program editor, you choose either one (program or function) and you'll have to stick with it :P
Thanks! I didn't realize you could define a multi-line function from the calculator app.