Skip to content

Instantly share code, notes, and snippets.

@eduard93
Created June 6, 2017 12:07
Show Gist options
  • Save eduard93/e64aa438805162653ebf64e58cde464b to your computer and use it in GitHub Desktop.
Save eduard93/e64aa438805162653ebf64e58cde464b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2016.1 (Build 656U)" ts="2017-06-06 15:04:24">
<Class name="ITPlanet.Task2">
<TimeChanged>64440,54252.147558</TimeChanged>
<TimeCreated>64440,52543.709196</TimeCreated>
<Method name="main">
<ClassMethod>1</ClassMethod>
<ReturnType>%String</ReturnType>
<Implementation><![CDATA[ quit ""
]]></Implementation>
</Method>
<Method name="length">
<Description>
write ##class(ITPlanet.Task2).length()</Description>
<ClassMethod>1</ClassMethod>
<FormalSpec>class=$classname(),method="Main"</FormalSpec>
<ReturnType>%Integer</ReturnType>
<Implementation><![CDATA[
#dim methodObj As %Dictionary.MethodDefinition
set methodObj = ##class(%Dictionary.MethodDefinition).IDKEYOpen(class, method)
quit methodObj.Implementation.Size
]]></Implementation>
</Method>
</Class>
</Export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment