mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update tailspin.html.markdown
Go with C by lack of a better idea...
This commit is contained in:
parent
454c16ba2c
commit
483df5503b
@ -12,7 +12,7 @@ that your program is the machine and that the input data is the program.
|
||||
While Tailspin is unlikely to become mainstream, or even production-ready,
|
||||
it will change the way you think about programming in a good way.
|
||||
|
||||
```tailspin
|
||||
```c
|
||||
// Comment to end of line
|
||||
|
||||
// Process data in a pipeline with steps separated by ->
|
||||
@ -379,5 +379,5 @@ end hexToBytes
|
||||
|
||||
## Further Reading
|
||||
|
||||
[Main Tailspin site](https://github.com/tobega/tailspin-v0/)
|
||||
[Tailspin language reference](https://github.com/tobega/tailspin-v0/blob/master/TailspinReference.md)
|
||||
- [Main Tailspin site](https://github.com/tobega/tailspin-v0/)
|
||||
- [Tailspin language reference](https://github.com/tobega/tailspin-v0/blob/master/TailspinReference.md)
|
||||
|
Loading…
Reference in New Issue
Block a user