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