mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			612 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			612 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
#############################################################################
 | 
						|
##
 | 
						|
#W  example.gd
 | 
						|
##
 | 
						|
##  This file contains a sample of a GAP declaration file.
 | 
						|
##
 | 
						|
DeclareProperty( "SomeProperty", IsLeftModule );
 | 
						|
DeclareGlobalFunction( "SomeGlobalFunction" );
 | 
						|
 | 
						|
 | 
						|
#############################################################################
 | 
						|
##
 | 
						|
#C  IsQuuxFrobnicator(<R>)
 | 
						|
##
 | 
						|
##  <ManSection>
 | 
						|
##  <Filt Name="IsQuuxFrobnicator" Arg='R' Type='Category'/>
 | 
						|
##
 | 
						|
##  <Description>
 | 
						|
##  Tests whether R is a quux frobnicator.
 | 
						|
##  </Description>
 | 
						|
##  </ManSection>
 | 
						|
##
 | 
						|
DeclareSynonym( "IsQuuxFrobnicator", IsField and IsGroup );
 |