Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Davor Babic

« Newer Snippets
Older Snippets »
Showing 1-3 of 3 total  RSS 

Multiply two values

This will multiply two values.
Written in Brainfuck.

Multiply program
Written by Davor Babic
davorb@gmailDOTcom

Multiply 6x5
++++++[>+++++<-]>

Move to values

This code will move two values.
Written in Brainfuck.

Move two values
Written by Davor Babic 2006
davorb@gmail DOT com

>,[>+<]>.

Copy a value

This will copy a value. Written in Brainfuck.

Simple copy routine
Written by Davor Babic
davorb@gmailDOTcom

,[>>+<<-]>>[<+<+>>-]<.>>>++++++++++
« Newer Snippets
Older Snippets »
Showing 1-3 of 3 total  RSS