mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-23 05:45:06 +00:00
8 lines
59 B
PHP
8 lines
59 B
PHP
|
<?php
|
||
|
namespace MadLisp;
|
||
|
|
||
|
class UserFunc extends Func
|
||
|
{
|
||
|
|
||
|
}
|