About 60 results for FiM Wiki from FiM++ Wiki
-
if(Spike_s_age!=10) { ... See Also List of Keywords Operators This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code…
-
This article is a stub. You can help FiM++ Wiki by expanding it. 2 Inputs Inputs Output AB TT T TF F FT F FF F Phrases (list) Runnable code Reports ¦ Paragraphs…
-
You can help FiM++ Wiki by expanding it. A NOT A Equal Not equal Greater than Less than or equal Less than Greater than or equal 1 Input Input Output T F F T Phrases…
-
to the following Java code: if(SpikesAge10) { ... See Also Operators This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code…
-
Operators This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code Reports ¦ Paragraphs Variables / Constants Booleans…
-
if(Spike_s_age=8) { See Also List of Keywords Operators This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code Reports…
-
to the following Java code: while(Applejack==83|Spike==1) { ... See Also List of Keywords Operators This article is a stub. You can help FiM++ Wiki by expanding it. 2…
-
by the number 8. This has the same effect as the above example. See Also Prefix notation Infix notation This article is a stub. You can help FiM++ Wiki…
-
This is equivalent to the following Java code: if(Spike_s_age10) { ... See Also List of Keywords Operators This article is a stub. You can help FiM++ Wiki by expanding…
-
of Keywords Operators This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code Reports ¦ Paragraphs Variables / Constants…
-
and cannot be used on literals. See Also Prefix notation Infix notation Decrement This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code…
-
You can help FiM++ Wiki by expanding it. Phrases (list) Runnable code Reports ¦ Paragraphs Variables / Constants Booleans ¦ Characters ¦ Strings ¦ Numbers Variable…
-
c : Berry_Punchs_favorite_thing_to_say){;; System.out.println(c); } This article is a stub. You can help FiM++ Wiki by expanding it. Phrases (list) Reports Declaration ¦ Ending Paragrahs…
-
A Format Definition String, commonly shortened to FDS, is the meta-language we use to help define FiM++. It's used both on this wiki and the Google…
-
This page is lacking examples. Please provide some! FiM++ uses punctuation marks to define where a statement ends. A punctuation immediately…
-
by the value of the given number. Example FiM got one more. There was one more Pinkie Pie. add 15 to Pinkie Pie. This adds 1 to the variable FiM and then to Pinkie Pie…
-
This page is lacking examples. Please provide some! Variables are how FiM++ manages data in memory. There are three primitive data types…
-
In FiM++, whitespace is used to separate phrases. The amount of whitespace necessary to separate keywords is not defined; it will work as long…
-
This page is lacking examples. Please provide some! A character value is FiM++'s way of ensuring human-readable input and output…
-
This page is lacking examples. Please provide some! Strings are the most complex data structure currently in FiM++. Though this is likely to change…
-
This page is lacking examples. Please provide some! A Boolean value is the simplest meaningful value that FiM++ can represent. Boolean values…
-
A paragraph (A.K.A. function or paragraph) is FiM++'s way of encapsulating code that runs. Very little code (Such as global variable declaration…
-
The Applejack's Hat scenario is one that was used to work out how variables should work in FiM++ when it was first being proposed…
-
Reports are collections of code in FiM++. A report contains all the code that will be run, as well as basic information about the program. Contents…
-
A switch statement is FiM++'s way of compressing code for the programmer and making if-then-elseif-then chains more readable by the reader. Contents…