PoshCode Archive  Artifact [cab074f243]

Artifact cab074f24316ffdcaf9aee046ae6caef415129259f5a73b56f126067dc9ea814:

  • File AlmightyShell-Compiler.ps1 — part of check-in [fc5c4f85ac] at 2018-06-10 13:23:41 on branch trunk — See http://csharpening.net/?p=1068 (user: Adam Driscoll size: 550)

# encoding: ascii
# api: powershell
# title: AlmightyShell Compiler
# description: See http://csharpening.net/?p=1068
# version: 0.1
# type: function
# author: Adam Driscoll
# license: CC0
# function: Out-PowerShell
# x-poshcode-id: 3304
# x-archived: 2013-06-19T07:55:54
# x-published: 2013-04-01T08:41:00
#
#
function Out-PowerShell($AlmightyShell)
{
    $compileConstants = 65,112,114,105,108,32,70,111,111,108,115,33;([int[]][char[]]$AlmightyShell) | % { $x = [Math]::PI + $_ };Write-Host ([string][char[]]$compileConstants);
}