View Single Post
Shadows In Rain
Senior Member
Join Date: Apr 2010
Location: Russia::Siberia
Old 11-05-2012 , 18:38   Re: AMXX fun: shortest script ever.
Reply With Quote #13

@mabaclu
Almost. But it can be even shorter.

It compiles becuse Pawn allows to pass args in braceless style.

Code:
n1(c)
{
    n1 c
}

public n2()
{
    n1 42
}
__________________
I'm using Google translator, yarrr. |.◕‿‿◕.|

Last edited by Shadows In Rain; 11-05-2012 at 18:41.
Shadows In Rain is offline
Send a message via ICQ to Shadows In Rain