# 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);
}