Search results

From Learn @ Cemetech
Jump to navigationJump to search
  • Example of Inputting Hex Code ...mmand, where Asm(prgmPROGNAME is the program that contains the hexadecimal code.
    15 KB (2,541 words) - 21:58, 24 February 2016
  • ...[[TI-BASIC:Pause|Pause]] to separate the variable initialization from the code test). Feel free to experiment with code timings, and to put your results up on this page. However, be sure to list
    20 KB (3,134 words) - 00:36, 25 February 2016
  • ...mment is a brief note that describes some functionality or feature of your code. You don't need to comment everything, but the two main things that you sho There are a couple different ways that you can add text comments to your code, with each having their own advantages and disadvantages. The first way is
    6 KB (1,044 words) - 18:05, 24 February 2016
  • In this code, if ''a'' is greater than ''b'', the program will say "yes", otherwise, it This code tests the value of '''a''' three times. First it finds if '''a'''=1. If i
    41 KB (6,621 words) - 00:38, 25 February 2016
  • |summary=Executes a line or block of code when an expression is nonzero. ...Advanced uses of the If command allow you to execute a different block of code if the check turns out to be false. The simplest form of the command is qui
    4 KB (661 words) - 18:40, 24 February 2016
  • ...message at the end. To eliminate this you can add this to the end of your code Output(1,1,"</span> '''7'''. What is the minimal modification that will allow this code to start-up?
    13 KB (2,355 words) - 18:24, 24 February 2016
  • The following code is an efficient way of waiting until a number key is pressed, and convertin ...f all you're going to do with the option is go to a different part of your code, you might just want to use the getKey value for comparisons. And if you on
    10 KB (1,673 words) - 18:33, 24 February 2016
  • ...e compatible with a shell. There are certain instructions you put in your code so that the shell recognizes the programs that it should show. ;code starts here
    6 KB (904 words) - 21:05, 3 February 2016
  • Here's a chunk of code that will create a simple menu with a header(Test Menu), 4 items (A,B,C, an Hopefully from the code you'll be able to understand the general flow.
    16 KB (2,051 words) - 21:27, 3 February 2016
  • The code below allows you to move an X around on the [[TI-BASIC:Homescreen|home scre This code is a collaboration of many optimizations by many members of the ti-basic co
    7 KB (1,221 words) - 18:02, 24 February 2016
  • 1817 ;skips the first chunk of code 1827 ;skips the first chunk of code
    6 KB (1,175 words) - 22:10, 24 February 2016
  • ...message at the end. To eliminate this you can add this to the end of your code Output(1,1," '''7'''. What is the minimal modification that will allow this code to start-up?
    14 KB (2,256 words) - 23:22, 24 February 2016
  • ...en display it at the end to get a final output. For example, look at this code. All it is doing is testing a condition and acting upon it on which phrase ...e strings depending on some conditions to receive an output. So the above code can be turned into this:
    6 KB (1,039 words) - 00:54, 25 February 2016
  • Here's what this code would do: ...how we would do to mix all together and add loops! Try to understand this code before continuing and type it in your own calculator.
    9 KB (1,461 words) - 00:39, 12 April 2016
  • ...isplayed. Now if the IF comes across a 1, it returns true and executes the code that follows. Now you might be asking yourself "And what about the IF 2?" w ...number but a condition. Well you are wrong. Look at the following piece of code:
    4 KB (784 words) - 00:57, 25 February 2016
  • ...uilt-in. An [[TI-BASIC:If|If]] conditional is easiest, but if there is no code that ends the branching, then program execution will continue indefinitely, * It makes reading code (your own, or someone else's) much more confusing.
    6 KB (1,099 words) - 18:30, 24 February 2016
  • ===== The Code, Version 1, Kahla Mancala ===== ===== The Code, Version 2 =====
    10 KB (1,317 words) - 00:39, 25 February 2016
  • '''Main code:''' ...e corners of an imagined rectangle, in pixel coordinates, and run the main code of the routine. The ellipse will be drawn inside this rectangle (much like
    4 KB (713 words) - 21:59, 24 February 2016
  • ...recursively: N! = N*(N-1)! (with 1! and 0! being defined as 1). The actual code for a stack will be given in the next few sections; for now, let the fictio ...tack will crash when you try to do that. In most cases, you can watch your code to make sure that pushes and pops come in pairs, to prevent this from happe
    6 KB (1,064 words) - 18:10, 24 February 2016
  • |summary=Loops through a block of code while the condition is true. ...de to break out of the loop (it isn't built into the loop). If there is no code that ends the loop, then you will have an infinite loop. An infinite loop j
    4 KB (744 words) - 18:11, 24 February 2016

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)