mirror of
				https://github.com/gtbu/Typesetter-5.3-p8.git
				synced 2025-11-04 14:58:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
defined('is_running') or die('Not an entry point...');
 | 
						|
 | 
						|
 | 
						|
$texts = array();
 | 
						|
$texts[] = 'plus';
 | 
						|
$texts[] = 'minus';
 | 
						|
$texts[] = 'divided by';
 | 
						|
$texts[] = 'times';
 | 
						|
$texts[] = 'equals';
 | 
						|
 | 
						|
 | 
						|
 |