Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1
print "vasil"
-
1
100 11 + .
-
1 2 3 4
hex : ascii 80 20 do i emit loop ; : doit 8 0 do cr ascii loop ; doit
-
1 2 3 4
hex : ascii 80 20 do i emit loop ; : doit 10 0 do cr ascii loop ; doit
-
1
WORDS
-
1 2 3 4 5 6
8000 constant size variable tape size allot variable ptr : init 0 ptr ! size 0 do loop ;
-
1 2 3 4 5 6
8000 constant size variable tape size allot variable ptr : init 0 ptr ! ;
-
1 2
variable tape 8000 allot
-
1 2
variable tape 8000 alot
-
1 2
see s>d 1 s>d see d>s
-
1
see 2@ 2. cr .s
-
1
. " this is a test"
-
1 2
1 1 + .
-
1 2 3 4 5 6
: foo begin pad dup 10 stdin read-file throw dup while \ type repeat ; foo bye
-
1 2 3 4 5 6
: foo begin pad dup 10 stdin read-file throw dup while \ type repeat ; foo bye
-
1 2 3 4 5 6
: foo begin pad dup 10 stdin read-file throw dup while \ type repeat ; foo bye
-
1
-
1
-
1
2 3 + .
-
1 2
REFILL DROP REFILL DROP + . 2 3 + .
-
1
REFILL DROP REFILL DROP + .
-
1
REFILL DROP REFILL DROP + .
-
1
REFILL DROP REFILL DROP + .
-
1
1 2 + .
-
1 2
: PI* 355 113 */ ; 1000 PI* . CR
-
1 2
1 2 3 PRINT
-
1 2 3
: hello ( -- ) ." Hello, World!" CR ; hello
-
1 2 3 4
: even 2 / . ; : odd 3 * 1 + . ; 16 even 3 odd
-
1 2 3 4
: even 2 / . ; : odd 3 * 1 + . ; 16 even 15 odd
-
1 2 3 4
:even 2 /; :odd 3 * 1 +; 16 even . 15 odd .
