Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
Take notes on the command line. Rosettacode.org
|
||||
*/
|
||||
#include <basico.h>
|
||||
|
||||
algoritmo
|
||||
|
||||
cuando ' no existe el archivo ("NOTES.txt") ' {
|
||||
sys = `touch NOTES.txt`; luego limpiar 'sys'
|
||||
}
|
||||
|
||||
si ' total argumentos es (1) '
|
||||
cargar cadena desde ("NOTES.txt"); luego imprime
|
||||
sino
|
||||
msg=""; obtener todos los parámetros, guardar en 'msg'
|
||||
#( msg = strtran("@","\n\t",msg) )
|
||||
fijar separador 'NULO'
|
||||
fecha y hora, "\n\t", msg, "\n\n", unir esto;
|
||||
añadir al final de ("NOTES.txt")
|
||||
fin si
|
||||
terminar
|
||||
Loading…
Add table
Add a link
Reference in a new issue