Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | whitespace | John Gabriele | 2019-09-29 | -2/+2 |
| | ||||
* | decrements too | John Gabriele | 2019-09-29 | -3/+2 |
| | ||||
* | Space between `switch` and `(` | John Gabriele | 2019-09-29 | -7/+7 |
| | ||||
* | general-purpose, not specifically web-oriented | John Gabriele | 2019-09-29 | -5/+4 |
| | | | Although Haxe has a great JS target, it has many other targets as well, and is a general-purpose language, and not strictly web-oriented. | |||
* | Fix grammatical errors | Divay Prakash | 2019-05-11 | -2/+2 |
| | ||||
* | noticed a few more | John Gabriele | 2019-02-20 | -32/+29 |
| | ||||
* | HashLink, not Hashlink | John Gabriele | 2019-02-20 | -2/+2 |
| | ||||
* | whitespace and uniformity cleanups | John Gabriele | 2019-02-20 | -208/+148 |
| | | | The file looked too messy with many less-than-4-line comments block-commented. Also made some uniformity formatting cleanups (such as numbers of blank lines). Maybe most importantly, shortened or reformatted long lines that were breaking in the final html page making things look too messy as well. | |||
* | Update haxe.html.markdown | John Gabriele | 2018-08-29 | -3/+3 |
| | | | Better wording for the "see also" links. | |||
* | update links on haxe.html.markdown | John Gabriele | 2018-08-29 | -10/+9 |
| | ||||
* | fix small typos | ditam | 2017-10-15 | -2/+2 |
| | ||||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | ||||
* | [haxe/en] Fix typo (#2756) | Nick | 2017-06-11 | -2/+2 |
| | | | | | | | | | | | | | | - [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` - [x] Pull request touches only one file (or a set of logically related files with similar changes made) - [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts) - [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown) - [x] Yes, I have double-checked quotes and field names! Output: My dog's name isfido, and his other favorite thing is a: teddy New output: My dog's name is fido, and his other favorite thing is a: teddy | |||
* | [haxe/en] Adding colon after comments | Marko Stanković | 2015-05-20 | -3/+3 |
| | | | ...as per @vendethiel's advice | |||
* | [haxe/en] Few cosmetic fixes | Marko Stanković | 2015-05-20 | -9/+12 |
| | | | | | | * correct the array name in a for loop iterating on an index * add an assignment for "case _" in first switch example * fix case of variable name in trace for control statement returning as an expression * move some inline comments to a separate line above the statement to prevent text overflow | |||
* | Update haxe.html.markdown | sm4rk0 | 2015-05-19 | -1/+1 |
| | | | Correct the condition variable for "do statement always runs at least once" section | |||
* | [haxe] polishing | Dan Korostelev | 2015-03-24 | -3/+3 |
| | ||||
* | [haxe] some additions and fixes (closes #489) | Dan Korostelev | 2015-03-24 | -12/+21 |
| | ||||
* | Use "haxe" highlighting instead of C# | Dan Korostelev | 2015-03-24 | -1/+1 |
| | ||||
* | typo in Haxe documentation | Cameron Steele | 2014-12-29 | -1/+1 |
| | ||||
* | Update haxe.html.markdown | ryzed | 2014-02-15 | -1/+1 |
| | | | fixed typo | |||
* | Edits | Adam | 2013-08-27 | -1/+1 |
| | ||||
* | add more details on interpolated strings, clean up the naming for oop section | Justin Donaldson | 2013-08-23 | -17/+23 |
| | ||||
* | add more doc details, some more examples | Justin Donaldson | 2013-08-22 | -40/+50 |
| | ||||
* | more doc/example tweaks | Justin Donaldson | 2013-08-22 | -15/+20 |
| | ||||
* | fix mailing list link | Justin Donaldson | 2013-08-22 | -2/+1 |
| | ||||
* | invoke the using example method | Justin Donaldson | 2013-08-21 | -0/+1 |
| | ||||
* | add note about untyped/Dynamic | Justin Donaldson | 2013-08-21 | -0/+45 |
| | ||||
* | type typo | Justin Donaldson | 2013-08-21 | -1/+3 |
| | ||||
* | add examples for using, typedefs, and conditional comp. more refmt. | Justin Donaldson | 2013-08-21 | -20/+155 |
| | ||||
* | missing paren | Justin Donaldson | 2013-08-21 | -1/+1 |
| | ||||
* | reformatting. Add details on swtiches and gadt enums | Justin Donaldson | 2013-08-21 | -6/+103 |
| | ||||
* | added ternary, some reformatting and fixes | Justin Donaldson | 2013-08-20 | -12/+16 |
| | ||||
* | misc reformat, and some small details | Justin Donaldson | 2013-08-19 | -37/+61 |
| | ||||
* | fix comment typo | Justin Donaldson | 2013-08-19 | -1/+1 |
| | ||||
* | fix the other lazy syntax errors | Justin Donaldson | 2013-08-19 | -13/+13 |
| | ||||
* | fix getter/setter styles | Justin Donaldson | 2013-08-19 | -3/+3 |
| | ||||
* | Update haxe.html.markdown | Simon Richardson | 2013-08-19 | -3/+32 |
| | | | I think one of Haxes strong point is the fact that control structures are expressions as well. We should point this out. | |||
* | minor tweak to compiler args | Justin Donaldson | 2013-08-19 | -1/+1 |
| | ||||
* | first draft of learn haxe 3 in 15 minutes | Justin Donaldson | 2013-08-19 | -0/+419 |