RosettaCodeData/Task/Quine/PowerShell/quine-4.psh

2 lines
54 B
Plaintext

function Quine { $MyInvocation.MyCommand.Definition }