Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: parserp on June 04, 2012, 07:32:39 pm

Title: [Tutorial] Complete Basic
Post by: parserp on June 04, 2012, 07:32:39 pm
Alright, I've been working on this for the past 5 (?) months, but now I've been seriously lacking in the motivation department. I figured if I posted it here I would be more inclined to finish it. It's almost done, so yeah. Tell me what you think of it so far. (I know it's not too good, but whatever) :P
Although I think the title "Complete Basic" is taken, but I'm not sure...

I couldn't post all the text, as it would be too massive. (It exceeds the 65535 character limit :P) So here's a download. Anyways, enjoy! :D


Current version: 30 pgs.  7/9/12


Spoiler For Topics Covered/To Cover:

1) If                         done
2) Then               done
3) Else               done
4) For               done
5) While               done
6) Repeat               done
7) End               done
8) Pause               done
9) Lbl                       done
10) Goto               done
11) Menu               done
12) Return               done
13) Stop               done
14) DelVar               done
15) Input               done
16) Prompt               done
17) Disp               done
18) Output               done
19) getKey               done
20) ClrHome            done
21) ClrDraw                    done
22) Line               done
23) Horizontal            done
24) Vertical                    done
25) DrawF               done
26) Shade               done
27) DrawInv            done
28) Circle               done
29) Text               done
30) Pt-On               done
31) Pt-Off               done
32) Pt-Change            done
33) Pxl-On               done
34) Pxl-Off                    done
35) Pxl-Change            done
36) Pxl-Test            done
37) StorePic            done
38) RecallPic            done
39) and               done
40) or               done
41) xor               done
42) not               done
43) abs               done
44) AxesOff                      done
45) AxesOn                    done
46) dim
47) Fix               done
48) FnOff               done
49) FnOn               done
50) fPart               done
51) iPart               done
52) Full               done
53) Horiz               done
54) G-T               done
55) getDate
56) getTime
57) int               done
58) PlotsOff                      done
59) PlotsOn                    done
60) rand               done
61) randInt               done
62) randM               done
63) remainder            done
64) round               done
65) sub               done
Title: Re: TI Basic Tutorial
Post by: Juju on June 04, 2012, 07:47:50 pm
You should totally finish it.

^^this is additional motivation
Title: Re: TI Basic Tutorial
Post by: jwalker on June 04, 2012, 08:56:16 pm
Yea finish it
Title: Re: TI Basic Tutorial
Post by: MGOS on June 05, 2012, 04:43:06 am
for me the same, you should finish it. Don't forget "if-then-end" and the "for" loop. Also you should add a note that "remainder" and "Zquadrant1" aren't accessable on a TI-83+.
Title: Re: TI Basic Tutorial
Post by: parserp on June 05, 2012, 12:48:55 pm
for me the same, you should finish it. Don't forget "if-then-end" and the "for" loop.
Yes, I'm not done with loops yet, but I will definitely not forget those. ;)
Also you should add a note that "remainder" and "Zquadrant1" aren't accessable on a TI-83+.
Oh, I didn't even know that they weren't. Thanks! :D
Title: Re: [Tutorial] Complete Basic
Post by: parserp on July 09, 2012, 02:44:17 pm
New, 30 page version attached in first post. :D
Title: Re: [Tutorial] Complete Basic
Post by: Yeong on July 09, 2012, 05:26:26 pm
also, remainder( doesn't exist in non-MP OS.
Title: Re: [Tutorial] Complete Basic
Post by: parserp on July 09, 2012, 05:30:07 pm
also, remainder( doesn't exist in non-MP OS.
Dang... Why don't I know any of this stuff? :P
Thanks!
Title: Re: [Tutorial] Complete Basic
Post by: blue_bear_94 on July 09, 2012, 05:31:05 pm
There's a mistake on Page 26. Output takes only 3 arguments.