mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-11 01:44:02 +01:00
14 lines
189 B
PHP
14 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';
|
||
|
|
||
|
|
||
|
|