You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure all the code blocks highlighted correctly. All the code samples are come from the demo of https://highlightjs.org
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
<!DOCTYPE html><title>Title</title><style>body {width: 500px;}</style><scripttype="application/javascript">function$init(){returntrue;}</script><body><pcheckedclass="title" id='title'>Title</p><!-- here goes the rest of the page --></body>
/** * @author John Smith <john.smith@example.com>*/packagel2f.gameserver.model;
publicabstractclassL2CharextendsL2Object {
publicstaticfinalShortERROR = 0x0001;
publicvoidmoveTo(intx, inty, intz) {
_ai = null;
log("Should not be called");
if (1 > 5) { // wtf!?return;
}
}
}
import Foundation
@objcclassPerson:Entity{varname:String!varage:Int!init(name:String, age:Int){/* /* ... */ */}// Return a descriptive string for this personfunc description(offset:Int=0)->String{return"\(name) is \(age + offset) years old"}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Make sure all the code blocks highlighted correctly. All the code samples are come from the demo of https://highlightjs.org
Beta Was this translation helpful? Give feedback.
All reactions