diff --git a/tests/9tK/9tailedKitsune-AT.00.00.00.9tK b/tests/9tK/9tailedKitsune-AT.00.00.00.9tK new file mode 100644 index 0000000..9bb9908 --- /dev/null +++ b/tests/9tK/9tailedKitsune-AT.00.00.00.9tK @@ -0,0 +1,27 @@ +<# 9tailedKitsune.kit #> + +@function: core; + @define: core as system function check; <# Seed 1 #> + @sync: system is equal to true; + + if system is not equal to core + + @console: write 'System is not equal to Core! Examination is needed!'; + @system: stop; + + else system is equal to core + + @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 + /> +/> diff --git a/tests/9tK/9tailedKitsune-AT.00.00.01.9tK b/tests/9tK/9tailedKitsune-AT.00.00.01.9tK new file mode 100644 index 0000000..d0660ed --- /dev/null +++ b/tests/9tK/9tailedKitsune-AT.00.00.01.9tK @@ -0,0 +1,3 @@ +# 9tK-Alpha-Test-Two.9tK + + diff --git a/tests/9tK/9tailedKitsune-AT.00.00.02.9tK b/tests/9tK/9tailedKitsune-AT.00.00.02.9tK new file mode 100644 index 0000000..68683bf --- /dev/null +++ b/tests/9tK/9tailedKitsune-AT.00.00.02.9tK @@ -0,0 +1,18 @@ +0.0.3-Test.9tK + +.# Major .# +.# Test .# + +?# + Minor + Test +#? + ++# + + No + Issues + Informational + Test + +#+ \ No newline at end of file diff --git a/tests/9tK/9tailedKitsune-AT.00.00.03.9tK b/tests/9tK/9tailedKitsune-AT.00.00.03.9tK new file mode 100644 index 0000000..26a5f81 --- /dev/null +++ b/tests/9tK/9tailedKitsune-AT.00.00.03.9tK @@ -0,0 +1,2 @@ +0.0.4-Test.9tK + diff --git a/tests/9tK/9tailedKitsune-AT.00.00.04.9tK b/tests/9tK/9tailedKitsune-AT.00.00.04.9tK new file mode 100644 index 0000000..8db444a --- /dev/null +++ b/tests/9tK/9tailedKitsune-AT.00.00.04.9tK @@ -0,0 +1,10 @@ +9tailedKitsune-A.00.00.04.9tK + +#? DILIMITERS /# + +.# \# + + +<\ + +\> \ No newline at end of file diff --git a/tests/puppy/AT.00.00.00.puppy b/tests/puppy/AT.00.00.00.puppy new file mode 100644 index 0000000..5c03c04 --- /dev/null +++ b/tests/puppy/AT.00.00.00.puppy @@ -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'; + >> \ No newline at end of file