Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
creación de código en prolog 1
%commands to the interpreter are submitted from stdin input ('show input' box below) %'halt.' will be automatically appended to stdin input. %swi-prolog 7.6.4 progra :- write('{') , cadena, write(':'), valor, write('}'). valor :- read(X), (X='cadena' -> cadena; X='numero' -> numero; X='objeto'->objeto). cadena :- read(X), write('"'),write(X),write('"'). numero :- read(X), write(X). objeto :- progra. :- progra.
run
|
edit
|
history
|
help
0
MARTINEZ LOPEZ SAID
arreglo
Extension base - González Reyes Gabriel
Ejercicio codificar arbol de decisión- González Reyes Gabriel
2 - Codificador Empresa JSON Completo GAMESa
List intro
Salgado Sanchez Ivan_Examen2
Generador Query
Prologsuperquery
Ejercicio3_Luis Fernando Jiménez de Jesús