Commit Graph

42 Commits

Author SHA1 Message Date
Boris Verkhovskiy
216018a02e Update highlighting languages 2024-04-08 07:07:03 -07:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
John Gabriele
a22ba33953
whitespace 2019-09-29 23:29:13 -04:00
John Gabriele
a8d9e066ea
decrements too 2019-09-29 23:21:42 -04:00
John Gabriele
5129c2acd1
Space between switch and ( 2019-09-29 22:57:33 -04:00
John Gabriele
1371efe157
general-purpose, not specifically web-oriented
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.
2019-09-29 22:42:01 -04:00
Divay Prakash
22b6835d34 Fix grammatical errors 2019-05-11 02:00:29 +05:30
John Gabriele
36b19ae623
noticed a few more 2019-02-20 17:20:29 -05:00
John Gabriele
ae712c4f99
HashLink, not Hashlink 2019-02-20 16:51:55 -05:00
John Gabriele
4e751db2be
whitespace and uniformity cleanups
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.
2019-02-20 16:46:04 -05:00
John Gabriele
60eac5d500
Update haxe.html.markdown
Better wording for the "see also" links.
2018-08-29 23:52:31 -04:00
John Gabriele
ad0fb434b0
update links on haxe.html.markdown 2018-08-29 23:19:28 -04:00
ditam
5239dfadae fix small typos 2017-10-15 21:34:21 +02:00
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
Nick
3983b8c35a [haxe/en] Fix typo (#2756)
- [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
2017-06-11 23:45:03 +02:00
Marko Stanković
5816b59be6 [haxe/en] Adding colon after comments
...as per @vendethiel's advice
2015-05-20 14:29:05 +02:00
Marko Stanković
982b984684 [haxe/en] Few cosmetic fixes
* 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
2015-05-20 14:06:05 +02:00
sm4rk0
f9032e0eca Update haxe.html.markdown
Correct the condition variable for "do statement always runs at least once" section
2015-05-19 18:17:35 +02:00
Dan Korostelev
0339887748 [haxe] polishing 2015-03-24 12:37:49 +03:00
Dan Korostelev
0e118934db [haxe] some additions and fixes (closes #489) 2015-03-24 01:21:28 +03:00
Dan Korostelev
f115995171 Use "haxe" highlighting instead of C# 2015-03-24 01:19:13 +03:00
Cameron Steele
228cc6ec5a typo in Haxe documentation 2014-12-29 15:00:12 -08:00
ryzed
1c1dda235b Update haxe.html.markdown
fixed typo
2014-02-15 23:10:35 +03:00
Adam
c7a1136772 Edits 2013-08-27 21:23:09 -07:00
Justin Donaldson
0f82b18349 add more details on interpolated strings, clean up the naming for oop section 2013-08-23 16:24:35 -07:00
Justin Donaldson
f11d5cf90c add more doc details, some more examples 2013-08-22 16:38:07 -07:00
Justin Donaldson
cd723d1245 more doc/example tweaks 2013-08-22 10:58:46 -07:00
Justin Donaldson
078cbd3299 fix mailing list link 2013-08-22 10:54:51 -07:00
Justin Donaldson
93adb27cc6 invoke the using example method 2013-08-21 22:36:45 -07:00
Justin Donaldson
580f1a4fe0 add note about untyped/Dynamic 2013-08-21 22:29:31 -07:00
Justin Donaldson
92a6c91644 type typo 2013-08-21 22:11:01 -07:00
Justin Donaldson
d9d57ee1a1 add examples for using, typedefs, and conditional comp. more refmt. 2013-08-21 22:07:32 -07:00
Justin Donaldson
27b3ab01e4 missing paren 2013-08-21 20:37:32 -07:00
Justin Donaldson
98278338e7 reformatting. Add details on swtiches and gadt enums 2013-08-21 20:33:55 -07:00
Justin Donaldson
12bbb737f6 added ternary, some reformatting and fixes 2013-08-20 21:25:34 -07:00
Justin Donaldson
78133a784f misc reformat, and some small details 2013-08-19 21:54:38 -07:00
Justin Donaldson
c39c3680cf fix comment typo 2013-08-19 14:10:48 -07:00
Justin Donaldson
64e889d011 fix the other lazy syntax errors 2013-08-19 14:09:18 -07:00
Justin Donaldson
3b278c3e59 fix getter/setter styles 2013-08-19 13:56:01 -07:00
Simon Richardson
1a9107e43d Update haxe.html.markdown
I think one of Haxes strong point is the fact that control structures are expressions as well. We should point this out.
2013-08-19 20:24:18 +01:00
Justin Donaldson
343c20b4e8 minor tweak to compiler args 2013-08-19 12:01:55 -07:00
Justin Donaldson
ee38941a0b first draft of learn haxe 3 in 15 minutes 2013-08-19 11:55:01 -07:00