@@ -36,6 +36,7 @@ <h3>Welcome to Interpret Esolangs Online</h3>
3636 < script defer src ="plusorminus.js "> </ script >
3737 < script defer src ="plusintoutput.js "> </ script >
3838 < script defer src ="plusoroutput.js "> </ script >
39+ < script defer src ="poetic.js "> </ script >
3940 < script defer src ="print.js "> </ script >
4041 < script defer src ="quine.js "> </ script >
4142 < script defer src ="rbf.js "> </ script >
@@ -77,6 +78,7 @@ <h3>Welcome to Interpret Esolangs Online</h3>
7778 < option > PlusIntOutput</ option >
7879 < option > PlusOrMinus</ option >
7980 < option > PlusOrOutput</ option >
81+ < option > Poetic</ option >
8082 < option > pRINT</ option >
8183 < option > Quine</ option >
8284 < option > Random Brainfuck</ option >
@@ -98,7 +100,7 @@ <h3>Welcome to Interpret Esolangs Online</h3>
98100 var langname = document . getElementById ( "lang" ) . value ;
99101 var code = document . getElementById ( "program" ) . value ;
100102 var input = document . getElementById ( "input" ) . value ;
101- funcs [ "›*&« &^" ] = galax ;
103+ funcs [ "\u203a*&\u00ab &^" ] = galax ;
102104 funcs [ "6" ] = six ;
103105 funcs [ "Alphuck" ] = alphuck ;
104106 funcs [ "APLWSI" ] = aplwsi ;
@@ -126,6 +128,7 @@ <h3>Welcome to Interpret Esolangs Online</h3>
126128 funcs [ "PlusIntOutput" ] = plusintoutput ;
127129 funcs [ "PlusOrMinus" ] = plusorminus ;
128130 funcs [ "PlusOrOutput" ] = plusoroutput ;
131+ funcs [ "Poetic" ] = poetic ;
129132 funcs [ "pRINT" ] = print ;
130133 funcs [ "Quine" ] = quine ;
131134 funcs [ "Random Brainfuck" ] = rbf ;
0 commit comments