mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
Factor highlight is here
This commit is contained in:
parent
67a716af49
commit
868b22058f
@ -9,7 +9,7 @@ Factor is a modern stack-based language, based on Forth, created by Slava Pestov
|
|||||||
|
|
||||||
Code in this file can be typed into Factor, but not directly imported because the vocabulary and import header would make the beginning thoroughly confusing.
|
Code in this file can be typed into Factor, but not directly imported because the vocabulary and import header would make the beginning thoroughly confusing.
|
||||||
|
|
||||||
```
|
```factor
|
||||||
! This is a comment
|
! This is a comment
|
||||||
|
|
||||||
! Like Forth, all programming is done by manipulating the stack.
|
! Like Forth, all programming is done by manipulating the stack.
|
||||||
|
@ -11,7 +11,7 @@ Factor é uma linguagem moderna baseada em pilha, baseado em Forth, criada por S
|
|||||||
|
|
||||||
Código neste arquivo pode ser digitado em Fator, mas não importado diretamente porque o cabeçalho de vocabulário e importação faria o início completamente confuso.
|
Código neste arquivo pode ser digitado em Fator, mas não importado diretamente porque o cabeçalho de vocabulário e importação faria o início completamente confuso.
|
||||||
|
|
||||||
```
|
```factor
|
||||||
! Este é um comentário
|
! Este é um comentário
|
||||||
|
|
||||||
! Como Forth, toda a programação é feita manipulando a pilha.
|
! Como Forth, toda a programação é feita manipulando a pilha.
|
||||||
|
Loading…
Reference in New Issue
Block a user