[ create a new paste ] login | about

jcope

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by jcope:

PHP, pasted on Sep 12:
1
2
3
4
5
<?php
	//the different operators map to their respective function
	$opers = array
	(
		'+' => function($val1, $val2){ return $val1+$val2; }, 
...
view (44 lines, 2 lines of output)