tests #3

Merged
unstableKitsune merged 4 commits from tests into main 2025-09-05 04:13:49 -04:00
Showing only changes of commit 9a48c7e895 - Show all commits

26
AT.00.00.00.puppy Normal file
View File

@@ -0,0 +1,26 @@
#!# AT.00.00.00.puppy ##!
<<9tailedKitsune>>
@coreOperations:
@define: 9tk:
return: 9tk.core;
@define: core.function;
return: core.function.array = <<
functionNames:
'coreFunction', 'corePkg', '3rdParty',
'Settings', 'Networking', 'Application',
'Temporary', 'Document', 'Resource',
'Development';
@define: corePkg:
return: core.cPkg.array:
cPkgNames:
core.function.9tk: 'coreFunction',
core.function.tail: 'corePkg',
core.function.yiff: '3rdParty',
core.function.kitsune: 'Settings',
core.function.taild: 'Networking',
core.function.ntk: 'Application',
core.function.@9tK: 'Temporary',
core.function.9tKd: 'Document',
core.function.furry: 'Resource',
core.function.puppy: 'Development';
>>