tests #3
27
tests/9tK/9tailedKitsune-AT.00.00.00.9tK
Normal file
27
tests/9tK/9tailedKitsune-AT.00.00.00.9tK
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<# 9tailedKitsune.kit #>
|
||||||
|
|
||||||
|
@function: core; </ <# Ground #>
|
||||||
|
@define: core as system function check; <# Seed 1 #>
|
||||||
|
@sync: system is equal to true;
|
||||||
|
|
||||||
|
if system is not equal to core </ <# Unsynced #>
|
||||||
|
|
||||||
|
@console: write 'System is not equal to Core! Examination is needed!';
|
||||||
|
@system: stop;
|
||||||
|
|
||||||
|
else system is equal to core </ <# Synced #>
|
||||||
|
|
||||||
|
@console: write 'System check comfirmed!';
|
||||||
|
@system: is to continue;
|
||||||
|
|
||||||
|
end />
|
||||||
|
|
||||||
|
/>
|
||||||
|
@function: system; </ <# #>
|
||||||
|
@define: as system function array;
|
||||||
|
if system process list is equal to true </
|
||||||
|
@sync: system process name to process list;
|
||||||
|
|
||||||
|
/>
|
||||||
|
/>
|
||||||
|
/>
|
||||||
3
tests/9tK/9tailedKitsune-AT.00.00.01.9tK
Normal file
3
tests/9tK/9tailedKitsune-AT.00.00.01.9tK
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 9tK-Alpha-Test-Two.9tK
|
||||||
|
|
||||||
|
|
||||||
18
tests/9tK/9tailedKitsune-AT.00.00.02.9tK
Normal file
18
tests/9tK/9tailedKitsune-AT.00.00.02.9tK
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
0.0.3-Test.9tK
|
||||||
|
|
||||||
|
.# Major .#
|
||||||
|
.# Test .#
|
||||||
|
|
||||||
|
?#
|
||||||
|
Minor
|
||||||
|
Test
|
||||||
|
#?
|
||||||
|
|
||||||
|
+#
|
||||||
|
|
||||||
|
No
|
||||||
|
Issues
|
||||||
|
Informational
|
||||||
|
Test
|
||||||
|
|
||||||
|
#+
|
||||||
2
tests/9tK/9tailedKitsune-AT.00.00.03.9tK
Normal file
2
tests/9tK/9tailedKitsune-AT.00.00.03.9tK
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
0.0.4-Test.9tK
|
||||||
|
|
||||||
10
tests/9tK/9tailedKitsune-AT.00.00.04.9tK
Normal file
10
tests/9tK/9tailedKitsune-AT.00.00.04.9tK
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
9tailedKitsune-A.00.00.04.9tK
|
||||||
|
|
||||||
|
#? DILIMITERS /#
|
||||||
|
|
||||||
|
.# \#
|
||||||
|
|
||||||
|
|
||||||
|
<\
|
||||||
|
|
||||||
|
\>
|
||||||
26
tests/puppy/AT.00.00.00.puppy
Normal file
26
tests/puppy/AT.00.00.00.puppy
Normal 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';
|
||||||
|
>>
|
||||||
Reference in New Issue
Block a user