feat: Add initial alpha test versions
Introduces foundational scripts for core system functions and experimental constructs Focuses on system checks, process handling, and delimiter definitions Establishes base for further development and testing
This commit is contained in:
27
9tailedKitsune-AT.00.00.00.9tK
Normal file
27
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
9tailedKitsune-AT.00.00.01.9tK
Normal file
3
9tailedKitsune-AT.00.00.01.9tK
Normal file
@@ -0,0 +1,3 @@
|
||||
# 9tK-Alpha-Test-Two.9tK
|
||||
|
||||
|
||||
18
9tailedKitsune-AT.00.00.02.9tK
Normal file
18
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
9tailedKitsune-AT.00.00.03.9tK
Normal file
2
9tailedKitsune-AT.00.00.03.9tK
Normal file
@@ -0,0 +1,2 @@
|
||||
0.0.4-Test.9tK
|
||||
|
||||
10
9tailedKitsune-AT.00.00.04.9tK
Normal file
10
9tailedKitsune-AT.00.00.04.9tK
Normal file
@@ -0,0 +1,10 @@
|
||||
9tailedKitsune-A.00.00.04.9tK
|
||||
|
||||
#? DILIMITERS /#
|
||||
|
||||
.# \#
|
||||
|
||||
|
||||
<\
|
||||
|
||||
\>
|
||||
Reference in New Issue
Block a user