Stands for Albus Severus/Scropius. A shipping from the Harry Potter series taking place in the 3rd generation. The only known facts about this couple are sparse, but many people are taking advantage of this by continueing where H/D (Harry/Draco) 'left off'. This is a male/male pairing.
by Girpakistan August 25, 2007
by afdoherty November 21, 2010
Get the S mug.
by imh January 11, 2012
by Linkzie June 29, 2006
In the Harry Potter fandom, the pairing of Albus Severus Potter and Scorpius Malfoy. The two characters are featured only in the epilogue of Harry Potter and the Deathly Hallows; however, many slashers have already paired the two characters together.
by sushimustwrite July 23, 2007
Format code tag that literally means "Replace this by a string of characters". Orinigally introduced in the C programming language as a format specifier for the printf function, it was later adopted by a plethora of other languages such as java, ruby, etc.
In C:
name = (char *)"Danny Boy";
printf("Hello '%s'.",name);
Produces;
Hello Danny boy.
Syntax is almost identical in any other language that implements printf.
name = (char *)"Danny Boy";
printf("Hello '%s'.",name);
Produces;
Hello Danny boy.
Syntax is almost identical in any other language that implements printf.
by Grijando December 02, 2004