Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
ink
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
4
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
A minimalistic programming language written in C89.
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
54
Commits
1
Rama
648 KiB
Árbol:
e9ea189cf9
main
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'e9ea189cf9'
${ noResults }
ink
/
test
/
test04.nk
5 líneas
66 B
Original
Vista normal
Histórico
Added the macro keyword and feature: allows to process a function at compile time and reuse the results instead of calculating it every time #1
hace 1 semana
macro my-macro do
10 10 + 10 10 + + 10 10 + 10 10 + + +
end