6 lines
76 B
Text
6 lines
76 B
Text
using System;
|
|
|
|
macro @^ (val, pow : int)
|
|
{
|
|
<[ Math.Pow($val, $pow) ]>
|
|
}
|