{"id":264,"date":"2026-09-09T02:09:53","date_gmt":"2026-09-09T02:09:53","guid":{"rendered":"https:\/\/satellite.foundation\/?page_id=264"},"modified":"2026-09-09T02:09:57","modified_gmt":"2026-09-09T02:09:57","slug":"full-language","status":"publish","type":"page","link":"https:\/\/satellite.foundation\/?page_id=264","title":{"rendered":"FULL LANGUAGE"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">To install SATELLITE search the site for &#8220;install tutorial&#8221; (I haven&#8217;t made that page yet though)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HERE I WILL PUT THE FULL LANGUAGE THAT YOU CAN USE IT AS A REFERENCE.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">binary numbers have 3 methods: bits.to_number() bits.as_number() and bits.width():<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#E6E6E6;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#222222\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#E6E6E6;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/\/ declare a set of bits\nsatellite.variable.binary bits = b1010\n\n\/\/ convert bits to a number\nbits.to_number() = 10\n\n\/\/ convert bits as a number\nbits.as_number() = 1010\n\n\/\/ return the width of the bits\nbits.width() = 4<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki slack-dark\" style=\"background-color: #222222\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">declare<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">set<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">of<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">bits<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.variable.binary<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">bits<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">b1010<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">convert<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">bits<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">number<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">bits.to_number<\/span><span style=\"color: #E6E6E6\">() = 10<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #E6E6E6\">\/\/ convert bits as a number<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E6E6E6\">bits.as_number() = 1010<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">return<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">width<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">of<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">bits<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">bits.width<\/span><span style=\"color: #E6E6E6\">() = 4<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The first two are easy to get confused, b1010 &#8220;to a number&#8221; (bits converted->.to_number()) = 10, and (bits converted->.as_number() = the number: 1010. As a number will always give you the bits that you are looking at &#8220;as a number&#8221; and &#8220;to a number&#8221; will always give you the bits converted into digits.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To display info or print something, enter satellite.console.display(&#8220;some string&#8221;)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">you can also add strings together, or display a number and a string together, the numbers are converted to strings by satellite &#8212; the motto of the language is if we can do it for the user, then we do it for them.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#E6E6E6;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#222222\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#E6E6E6;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/\/ declare a variable so we can display it\nsatellite.variable.string some_chars = \"some string\"\n\n\/\/ display the string\nsatellite.console.display(some_chars)\n\n\/\/ add a number and display it\nsatellite.console.display(some_chars + 5)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki slack-dark\" style=\"background-color: #222222\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">declare<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">variable<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">so<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">we<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">can<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">it<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.variable.string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">some_chars<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;some string&quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.console.display(some_chars<\/span><span style=\"color: #E6E6E6\">)<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">add<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">number<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">and<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">it<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.console.display(some_chars<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">+<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #B5CEA8\">5<\/span><span style=\"color: #E6E6E6\">)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This is totally different from actually &#8220;adding&#8221; a number to a string, to do that, you have to type the name twice.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#E6E6E6;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#222222\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#E6E6E6;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/\/ declare another variable so we can add to it\nsatellite.variable.string some_string = \"hello, \"\n\n\/\/ add a number to the string\nsome_string = some_string + 50\n\n\/\/ display both\nsatellite.console.display(some_string)\n\n\/\/ the above will display \"hello, 50\"<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki slack-dark\" style=\"background-color: #222222\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">declare<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">another<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">variable<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">so<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">we<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">can<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">add<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">it<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.variable.string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">some_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;hello, &quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">add<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">number<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">some_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">some_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">+<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #B5CEA8\">50<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">both<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.console.display(some_string<\/span><span style=\"color: #E6E6E6\">)<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">above<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">will<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;hello, 50&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s set like this because you may *NOT* want to add to the string at the time you are displaying it, so you can enter:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#E6E6E6;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#222222\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#E6E6E6;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/\/ declare a string to use\nsatellite.variable.string some_word = \"hello, \"\n\n\/\/ display the string with another string\nsatellite.console.display(some_word + \"world!\")<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki slack-dark\" style=\"background-color: #222222\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">declare<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">a<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">use<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.variable.string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">some_word<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;hello, &quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">with<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">another<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.console.display(some_word<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">+<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;world!&quot;<\/span><span style=\"color: #E6E6E6\">)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">In the above case, if it were set to &#8220;add&#8221; the strings permanently together, we would have to type MORE code to separate them, so it only adds them together when you type it like this:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#E6E6E6;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#222222\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#E6E6E6;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/\/ declare another string to use\nsatellite.variable.string another_string = \"hello, \"\n\n\/\/ add something to the string\nanother_string = another_string + \"world!\"\n\n\/\/ display the string\nsatellite.console.display(another_string)\n\n\/\/ this would finally display \"hello, world!\"<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki slack-dark\" style=\"background-color: #222222\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">declare<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">another<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">use<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.variable.string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">another_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;hello, &quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">add<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">something<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">to<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">another_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">=<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">another_string<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">+<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;world!&quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">the<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">string<\/span><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">satellite.console.display(another_string<\/span><span style=\"color: #E6E6E6\">)<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #DCDCAA\">\/\/<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">this<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">would<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">finally<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">display<\/span><span style=\"color: #E6E6E6\"> <\/span><span style=\"color: #CE9178\">&quot;hello, world!&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>To install SATELLITE search the site for &#8220;install tutorial&#8221; (I haven&#8217;t made that page yet though) HERE I WILL PUT THE FULL LANGUAGE THAT YOU CAN USE IT AS A REFERENCE. binary numbers have 3 methods: bits.to_number() bits.as_number() and bits.width(): The first two are easy to get confused, b1010 &#8220;to a number&#8221; (bits converted->.to_number()) = 10, and (bits converted->.as_number() = the number: 1010. As a number will always give you the bits that you are looking at &#8220;as a number&#8221; and &#8220;to a number&#8221; will always give you the bits converted into digits. To display info or print something, enter satellite.console.display(&#8220;some string&#8221;) you can also add strings together, or display a number and a string together, the numbers are converted to strings by satellite &#8212; the motto of the language&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":6,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-264","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FULL LANGUAGE &#187; The Satellite Corporation<\/title>\n<meta name=\"description\" content=\"FULL LANGUAGE &#187; The Satellite Corporation &#187;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/satellite.foundation\/?page_id=264\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FULL LANGUAGE &#187; The Satellite Corporation\" \/>\n<meta property=\"og:description\" content=\"FULL LANGUAGE &#187; The Satellite Corporation &#187;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/satellite.foundation\/?page_id=264\" \/>\n<meta property=\"og:site_name\" content=\"The Satellite Corporation\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T02:09:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#\\\/schema\\\/person\\\/bc720ad560e4878b6baad4ff52cba4a2\"},\"headline\":\"FULL LANGUAGE\",\"datePublished\":\"2026-09-09T02:09:53+00:00\",\"dateModified\":\"2026-09-09T02:09:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264\"},\"wordCount\":239,\"publisher\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264\",\"url\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264\",\"name\":\"FULL LANGUAGE &#187; The Satellite Corporation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"datePublished\":\"2026-09-09T02:09:53+00:00\",\"dateModified\":\"2026-09-09T02:09:57+00:00\",\"description\":\"FULL LANGUAGE &#187; The Satellite Corporation &#187;\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/satellite.foundation\\\/?page_id=264\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#primaryimage\",\"url\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"contentUrl\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/?page_id=264#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/satellite.foundation\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FULL LANGUAGE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#website\",\"url\":\"https:\\\/\\\/satellite.foundation\\\/\",\"name\":\"The Satellite Corporation\",\"description\":\"Broadcasting Another World!\",\"publisher\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#organization\"},\"alternateName\":\"TheSatellite.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/satellite.foundation\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#organization\",\"name\":\"The Satellite Corporation\",\"alternateName\":\"TheSatellite.org\",\"url\":\"https:\\\/\\\/satellite.foundation\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"contentUrl\":\"https:\\\/\\\/satellite.foundation\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"The Satellite Corporation\"},\"image\":{\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/satellite.foundation\\\/#\\\/schema\\\/person\\\/bc720ad560e4878b6baad4ff52cba4a2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/satellite.foundation\"],\"url\":\"https:\\\/\\\/satellite.foundation\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FULL LANGUAGE &#187; The Satellite Corporation","description":"FULL LANGUAGE &#187; The Satellite Corporation &#187;","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/satellite.foundation\/?page_id=264","og_locale":"en_US","og_type":"article","og_title":"FULL LANGUAGE &#187; The Satellite Corporation","og_description":"FULL LANGUAGE &#187; The Satellite Corporation &#187;","og_url":"https:\/\/satellite.foundation\/?page_id=264","og_site_name":"The Satellite Corporation","article_modified_time":"2026-09-09T02:09:57+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/satellite.foundation\/?page_id=264#article","isPartOf":{"@id":"https:\/\/satellite.foundation\/?page_id=264"},"author":{"name":"admin","@id":"https:\/\/satellite.foundation\/#\/schema\/person\/bc720ad560e4878b6baad4ff52cba4a2"},"headline":"FULL LANGUAGE","datePublished":"2026-09-09T02:09:53+00:00","dateModified":"2026-09-09T02:09:57+00:00","mainEntityOfPage":{"@id":"https:\/\/satellite.foundation\/?page_id=264"},"wordCount":239,"publisher":{"@id":"https:\/\/satellite.foundation\/#organization"},"image":{"@id":"https:\/\/satellite.foundation\/?page_id=264#primaryimage"},"thumbnailUrl":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/satellite.foundation\/?page_id=264","url":"https:\/\/satellite.foundation\/?page_id=264","name":"FULL LANGUAGE &#187; The Satellite Corporation","isPartOf":{"@id":"https:\/\/satellite.foundation\/#website"},"primaryImageOfPage":{"@id":"https:\/\/satellite.foundation\/?page_id=264#primaryimage"},"image":{"@id":"https:\/\/satellite.foundation\/?page_id=264#primaryimage"},"thumbnailUrl":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","datePublished":"2026-09-09T02:09:53+00:00","dateModified":"2026-09-09T02:09:57+00:00","description":"FULL LANGUAGE &#187; The Satellite Corporation &#187;","breadcrumb":{"@id":"https:\/\/satellite.foundation\/?page_id=264#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/satellite.foundation\/?page_id=264"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/satellite.foundation\/?page_id=264#primaryimage","url":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","contentUrl":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/satellite.foundation\/?page_id=264#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/satellite.foundation\/"},{"@type":"ListItem","position":2,"name":"FULL LANGUAGE"}]},{"@type":"WebSite","@id":"https:\/\/satellite.foundation\/#website","url":"https:\/\/satellite.foundation\/","name":"The Satellite Corporation","description":"Broadcasting Another World!","publisher":{"@id":"https:\/\/satellite.foundation\/#organization"},"alternateName":"TheSatellite.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/satellite.foundation\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/satellite.foundation\/#organization","name":"The Satellite Corporation","alternateName":"TheSatellite.org","url":"https:\/\/satellite.foundation\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/satellite.foundation\/#\/schema\/logo\/image\/","url":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","contentUrl":"https:\/\/satellite.foundation\/wp-content\/uploads\/2026\/08\/overwatch_elite_soldier_half_life_2_by_pino44io_d5lw0u3-fullview.jpg","width":1024,"height":1024,"caption":"The Satellite Corporation"},"image":{"@id":"https:\/\/satellite.foundation\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/satellite.foundation\/#\/schema\/person\/bc720ad560e4878b6baad4ff52cba4a2","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/82bdfd1e639500423635206856d7ac70ed6efb910d91334e9100ddccba2d744a?s=96&d=mm&r=x","caption":"admin"},"sameAs":["https:\/\/satellite.foundation"],"url":"https:\/\/satellite.foundation\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/pages\/264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/satellite.foundation\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=264"}],"version-history":[{"count":1,"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/pages\/264\/revisions"}],"predecessor-version":[{"id":273,"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/pages\/264\/revisions\/273"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/satellite.foundation\/index.php?rest_route=\/wp\/v2\/media\/6"}],"wp:attachment":[{"href":"https:\/\/satellite.foundation\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}