This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
LInE
/
iVProg
Sledovat
2
Oblíbit
0
Rozštěpit
1
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
41c31539c3
Větve
Značky
assistant
code-conversion
config-settings
drag
expressions
features/accessible
fixDomParens
fix_bugs
for-loop
master
new-visual
text_to_visual
visualui-menu
iVProg
/
js
/
ast
/
expressions
/
literal.js
literal.js
76 B
Historie
Surový
1
2
3
4
5
6
export class Literal {
constructor (type) {
this.type = type;
}
}