+ 17
Ideas for this code ???
If you've ideas for the following code, please comment this post. https://code.sololearn.com/WPz4e2Sjq8RK/?ref=app (It's in developpment but It'll be a programming language xD)
9 Respuestas
+ 5
rajoute dans le css :
body, html {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
code {
overflow: auto;
}
pcq moi je peux défiler horizontalement et verticalement le body (mais <code> et le reste restent fixed) donc ça te permet d'avoir une page plus soignée, moins brouillon. et pour overflow auto; dans code{} c'est pour que si le resultat déborde de l'écran, l'utilisateur puisse qd mm scroll (pcq juste avant tu dis à ton body, html {} overflow: hidden;)
+ 14
Maybe, to do simple mathematical operations, like this "print a+b"? Or string concatenation, "print 'Hello' + 'World'"...😊
+ 14
@Cpasgrave It's normal because now I'm trying to do variables and constants and I've desactivated print ""
+ 14
Heureusement que t'es là NoxFly car G pu avancer le code :)
+ 12
In which code there's a problem ?
+ 6
wow merci :)
+ 6
mdrrr c'est rien ^^ j'aide comme je peux 😊
+ 4
I tried "print 'Flutabec'", and it wrote, totally bottom of the screen : <AIR> At line 1 : Error.
Maybe because I tried it on my android phone ?
It would be nice if your language would add some comments of its own after executing what's asked. Contextual or general comments, randomly chosen from a long list we could help you to fulfill.
for example:
" Hello word !
-- that one was hard to print !
+ 3
I had something similar to this. I'll patent next time LOL.